body {
  margin: 0.5vw; padding: 0px; font-family: Arial,Sans; font-size: 12px;
  background: white; color: black; 
}
#header {
	font-size: 1.5vw; font-weight: normal; font-family: Arial, Swiss, Sans;
	text-transform: capitalize;
}
#header a { text-decoration: none; 
}
#cal_home a{
	visibility: visible; float: right; font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8vw; font-weight: bold; text-transform: uppercase; color: #003366;
	text-decoration: none; padding-right: 0.6vw;
}
#printCal table { margin: 0px; font-size: 0.75vw; border: 1px solid black; width: 100%;
}

#printCal td{
	width:14%; white-space:normal; padding: 0px 2px; margin: 0px;
    align: top; border-top-width: 1px; border-right-width: 1px;
    border-bottom-width: 1px; border-left-width: 1px; border-top-style: none;
	border-left-color: #999999;
}

.printCalBody td{
	padding: 2px; background-color: #E9EDEE; vertical-align: top;
}

.printCalBody b{
	padding-bottom: 0.1vw; display: inline-block; font-family: "Times New Roman", Times, serif;
	font-size: 2.0vw; 
}
#calTitle { height: 15px; font-weight: bold; text-align: center;}
#calTitle td{
	height: 15px; font-weight: bold; text-align: center;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	text-transform: uppercase; padding: 2px; letter-spacing: 2px; 
}

.print_Z {
	background-image: url(cal_z_bak.png) !important;
	background-repeat: no-repeat; background-position: left top;
}

.print_s {
	background-image: url(cal_s_bak.png) !important; background-repeat: no-repeat;
	background-position: left top; 
}
.printToday {
	background-image: url(cal_today_bak.png) !important;
	background-repeat: no-repeat; background-position: left top;
}

.arrow a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 28px; font-weight: bolder;
}
@media only screen and (max-width: 1000px) {
	#printCal table { margin: 0px; font-size: 8px; border: 1px solid black;
	}
	.printCalBody b{
		padding-bottom: 0.1vw; font-size: 10px;
	}
	.printCalBody { font-size: 10px; }
	#calTitle td{ height: 2vw; font-size: 1.4vw;}
	#cal_home a{ font-size: 13px;}
	#header { font-size: 13px;}
}
@media print{@page {size: landscape}; size: 8.5in 11in;
}
